RAD Studio VCL Reference
|
Returns character at specified index in string.
operator [](const idx: Integer); operator [](const idx: Integer);
__fastcall wchar_t operator [](const int idx) const; __fastcall wchar_t& operator [](const int idx);
System::UnicodeString::[] returns the character in the string at the character index value idx. The System::UnicodeString::[] assumes a base index of 1.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|